home *** CD-ROM | disk | FTP | other *** search
/ Hacker's Arsenal - The Cutting Edge of Hacking / Hacker's Arsenal - The Cutting Edge of Hacking.iso / texts / hackcgi.txt < prev    next >
Text File  |  2001-07-11  |  2KB  |  30 lines

  1. Exploiting Net Administration Cgi's like nethosting.com                 
  2. Written by:Lord Somer               
  3. Date:9/2/97                         
  4.                  
  5. Well since nethosting.com either shutdown or whatever I figured what the hell before I forget how I did the more recent hacks etc... I'd tell you how so maybe you'll find the same sys elsewhere or be able to use it for ideas.
  6.  
  7. Basically Nethosting.com did all it's administration via cgi's at net-admin.nethosting.com, well you need an account, card it if necessary, log in to net-administration, you'll see crap like ftp administration, email, etc... who really cares about e-mail so we'll go to ftp. Click on ftp administration.  Lets say you were logged in as 7thsphere.com your url would be something like:http://net-admin.nethosting.com/cgi-bin/add_ftp.cgi?7thsphere.com+ljad32432jl
  8.  
  9. Just change the 7thsphere.com to any domain on the sys or if in the chmod cgi just del that part but keep the + sign and you edit the /usr/home dir.  In the ftp administration make a backdoor account to that domain by creating an ftp who's dir is / since multiple /// still means /.
  10.  
  11. Once you have your backdoor have fun.  Oh yeah and in the email you can add aliases like I did to rhad's e-mail account at 7thsphere, why the hell is he on that winsock2.2 mailing list?
  12.  
  13. Well the basic theory of this type of exploitation is that:
  14. - the cgi is passed a paramater which we change to something else to edit it's info
  15. - since it uses the stuff after the + to check that it's a valid logged in account(like hotmail does), it dosen't check the password again.
  16. - multiple ///'s in unix just mean a /, thus we can get access to people's dir or the entire /usr/home dir
  17.  
  18. I used this method for hacking a few well known places:
  19. 7thsphere.com
  20. sinnerz.com
  21. hawkee.com
  22. warez950.org
  23. lgn.com
  24. and several other unknown sites.
  25.  
  26.  
  27.  
  28.  
  29.  
  30. ... texts ...